Copy_Stream

open fun Copy_Stream(In_Steam: InputStream, Out_Name: File)

copy content of one stream into another

Parameters

In_Steam

stream to copy from

Out_Name

stream to copy to

Throws

copy failed


open fun Copy_Stream(In_Name: File, Out_Stream: OutputStream)

copy content of one stream into another

Parameters

In_Name

stream to copy from

Out_Stream

stream to copy to

Throws

copy failed


open fun Copy_Stream(In_Steam: InputStream, Out_Stream: OutputStream)

copy content of one stream into another

Parameters

In_Steam

stream to copy from

Out_Stream

stream to copy to

Throws

copy failed